CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / PointsPostResponse Json Schema
In This Topic
    PointsPostResponse Json Schema
    In This Topic
    Description
    The results of the point create/update/delete operations.
    Overview
    PointsPostResponse
    The results of the point create/update/delete operations.
    NumSuccesses : number
    The number of points that were successfully written.
    NumFailures : number
    The number of points that failed to be written.
    WarningsMask : integer
    a bitmask of warning conditions (e.g., WarningLicensePointCount)
    PointResults : Array[ItemResult]
    The results for each point in the request array.
    Success : boolean
    high level result (success true, failure false)
    StatusDetails : integer
    a value giving more details about the status (e.g., SuccessNew, SuccessModified, FailureDupInRequest, FailureDupInObject, and then a bunch of FailureXyzzy, ...)
    WarningsMask : integer
    a bitmask of warning conditions (e.g., IE_SNF_NO_GLB_TRIG_MSG)
    Message : string
    (localized?) message about the result, probably empty for successes
    Properties
    NameDescriptionData Type
    The number of points that were successfully written.number
    The number of points that failed to be written.number
    a bitmask of warning conditions (e.g., WarningLicensePointCount)integer
    The results for each point in the request array.Array[ItemResult]
    See Also